go.uber.org/zap.nopCloserSink.Sync (method, view implemented interface methods)
8 uses
go.uber.org/zap (current package)
logger.go#L399: _ = log.errorOutput.Sync()
go.uber.org/zap/zapcore
buffered_write_syncer.go#L167: return multierr.Append(err, s.WS.Sync())
core.go#L113: return c.out.Sync()
entry.go#L245: _ = ce.ErrorOutput.Sync() // ignore error
entry.go#L257: _ = ce.ErrorOutput.Sync() // ignore error
write_syncer.go#L34: Sync() error
write_syncer.go#L73: err := s.ws.Sync()
write_syncer.go#L119: err = multierr.Append(err, w.Sync())
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |